home *** CD-ROM | disk | FTP | other *** search
- rem --------------------------------------------------------------------
- rem Make the directory \NYW on drive C and create a few subdirectories.
- rem This installation procedure assumes you have a hard disk (drive C).
- rem --------------------------------------------------------------------
- c:
- cd \
- md nyw
- cd \nyw
- rem --------------------------------------------------------------------
- rem Process NYWMAIL - the mail merge facility
- rem (You get this when you register)
- rem --------------------------------------------------------------------
- if not exist a:nywmail.arc goto a2
- md nywmail
- cd nywmail
- copy a:nywmail.arc /v
- a:arce nywmail
- del nywmail.arc
- cd ..
- rem --------------------------------------------------------------------
- rem Process NYWHELP - the help files
- rem --------------------------------------------------------------------
- :a3
- if not exist a:nywhelp.arc goto a4
- md help
- cd help
- copy a:nywhelp.arc /v
- a:arce nywhelp
- del nywhelp.arc
- cd ..
- rem --------------------------------------------------------------------
- rem Extract the docs and the main NYWord files
- rem --------------------------------------------------------------------
- :a4
- copy a:read.me /v
- copy a:nyword23.arc /v
- a:arce nyword23
- del *.arc
- del arce.com
- echo on
- rem ======= NYWord is now installed in subdirectory \NYW =========
- pause
-